home *** CD-ROM | disk | FTP | other *** search
- //------ P O V Letters ...10/02/92 M.Miller
-
- #include "colors.inc"
- #include "shapes.inc"
- #include "shapes2.inc"
- #include "textures.inc"
- #include "world7.inc"
- #include "grid.inc"
- #include "letters.inc"
- #include "ray.inc"
-
-
- camera {
- location <0 40 -1170>
- direction <0 0 4>
- up <0 1 0>
- right <1.3 0 0>
- look_at <0 10 0>
- }
-
-
- object { light_source { <400 270 -660 > color White }}
- object { light_source { <4400 3270 -660 > color Gold }}
-
-
- object {
- sphere { <0 0 0> 10000 }
- texture {
- gradient <0 1 0>
- color_map {
- [0 .1 color MidnightBlue color Black]
- [.1 1.1 color Black color Black]
- }
- ambient .2
- diffuse .3
- scale <10000 10000 10000>
- }
- }
-
-
-
- composite {
- object { GRAD_PANEL translate <0 100 20> }
- object { GRAD_PANEL translate <-106 100 20> }
- object { GRAD_PANEL translate <106 100 20> }
- composite { POV }
- composite { RAYTRACE translate <0 -35 0> }
- }
-
-
-
-
- object {
- plane { <0 1 0> -49 }
- texture { color DimGray ambient .1 diffuse .3 reflection .2 }
- }
- ə